Mongo DB Writer
Description
The MongoDB Writer is a channel which can execute insert, update and delete operations on a MongoDB.
Creation
To create a MongoDB Writer follow the steps described in the general description of Channel.md
Configuration
The dialog to configure the Database Writer looks like:

- Database The selected database connection.
- Operation The operation to be executed. The payload for the operation is expected as MSG in the Call. Depending on the operation different payloads are expected. See the MongoDB Documentation for further information. The channel supports the following operations:
- Collection is set by parameter If checked the collection is set in the Call Otherwise the collection is set in the text field.
- Collection the collection where to insert the document